-
Notifications
You must be signed in to change notification settings - Fork 1k
Fix #6374 - Render.com web builds fail #6375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #6374 - Render.com web builds fail #6375
Conversation
|
@simoncrypta I've assigned you as you are assigned to the issue - thought we should be consistent ( and maybe double check the bot?) |
|
@shansmith01 Thanks for that ! This cause so much trouble for everyone and this trick is not really well documented. So since we use yarn 3 by default, we should also skip dep sync for Render by default. Good job ! @noire-munich All right, I will check if we can update the bot for that. 🙂 |
Co-authored-by: Simon Gagnon <[email protected]>
simoncrypta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works like a charm, thanks a lot !
* Update render.js * Update packages/cli/src/commands/setup/deploy/templates/render.js Co-authored-by: Simon Gagnon <[email protected]> Co-authored-by: Simon Gagnon <[email protected]>
See #6374 re Render.com web build fails due to only supporting yarn 1.
Updated the template file so others don't have the same issue